Skip to content

Conversation

@gsteenkamp89
Copy link
Contributor

@gsteenkamp89 gsteenkamp89 commented Sep 25, 2025

Closes ACX-4459

Signed-off-by: Gerhard Steenkamp <[email protected]>
Signed-off-by: Gerhard Steenkamp <[email protected]>
@vercel
Copy link

vercel bot commented Sep 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app-frontend-v3 Ready Ready Preview Comment Oct 9, 2025 5:54am
sepolia-frontend-v3 Ready Ready Preview Comment Oct 9, 2025 5:54am

Signed-off-by: Gerhard Steenkamp <[email protected]>
Signed-off-by: Gerhard Steenkamp <[email protected]>
Signed-off-by: Gerhard Steenkamp <[email protected]>
Signed-off-by: Gerhard Steenkamp <[email protected]>
@linear
Copy link

linear bot commented Oct 7, 2025

const fillTxReceipt = await provider.getTransactionReceipt(data.fillTx);
const fillTxBlock = await provider.getBlock(fillTxReceipt.blockNumber);

const parsedFIllLog = parseFilledRelayLog(fillTxReceipt.logs);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be parsedFillLog not parsedFIllLog

if (indirectDestinationRoutes.length === 0) {
if (!indirectDestinationRoute) {
throw new InvalidParamError({
message: "No indirect bridge routes found to specified destination chain",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
message: "No indirect bridge routes found to specified destination chain",
message: "No indirect bridge route found to specified destination chain",

if (indirectDestinationRoutes.length === 0) {
if (!indirectDestinationRoute) {
throw new InvalidParamError({
message: "No indirect bridge routes found to specified destination chain",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
message: "No indirect bridge routes found to specified destination chain",
message: "No indirect bridge route found to specified destination chain",

intermediaryOutputToken: {
symbol: intermediaryOutputToken.symbol,
decimals: intermediaryOutputToken.decimals,
address: intermediaryOutputToken.addresses[intermediaryChainId],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The return type before the change was IndirectDestinationRoute[] and now it is IndirectDestinationRoute, what's the reason for the change of fields in the return type here?

externalProjectId?: string;
}[];
intermediaryChains?: number[];
outputTokens?: (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason behind excluding the input and output token of the route here?


export default {
name: "Hyperliquid",
fullName: "Hyperliquid",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the difference between name and fullName?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants